@charset "utf-8";

body {font-family:Arial,Verdana, Helvetica, sans-serif;font-size:14px;background: #fff;color:#000;line-height: 22px; }

header { position:fixed; z-index:99999; background-color:RGBA(255, 255, 255, 1); width:100%; border-bottom: 6px solid #ad172b;}

.fix-header { height:66px; }
@media(min-width: 996px) {
.fix-header { height:118px; }
}




@media(min-width: 992px) {
.container { width: 1000px; }
}

@media(min-width: 1200px) {
.container { max-width: 1280px; }
}

@media(min-width: 1440px) {
.container { width: 1280px; }
}


a{text-decoration: none;color:#ef8918;}
a:hover {text-decoration: none;}
a,input,button {outline: none!important;}
.blue {color:#3b64a3!important;}
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}
.header-content {position: relative;}


.logo { height: 60px; }
@media(min-width: 1200px) {
.logo { height: auto; }
}

.about-icon { margin-top: 0px; }
@media(min-width: 996px) {
.about-icon { margin-top: -150px; }
}

.box-logo {float:left;margin:8px 0;}
.header-right {float:right;min-height: 20px;}

/* Back to top */
#back-to-top {position: fixed;bottom:9%;text-transform: uppercase;display: none;}
#back-to-top .inner {position: relative;padding-top:32px;cursor: pointer;color:#3b64a3;}
#back-to-top .inner:after {
  border: 12px solid transparent;
  border-bottom: 16px solid #3b64a3;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  content: '';
  left:50%;
  top:0;
  margin-left:-6px;  
}

@media(min-width: 1300px) {
  .box-logo {width: 38%;}
  .header-right {width: 62%;}  
}
@media(min-width: 1200px) and (max-width: 1299px) {
  .box-logo {width: 34%;}
  .header-right {width: 66%;}  
  .box-menu {bottom:6%;} 
}

@media(min-width: 992px) and (max-width: 1199px) {
  .box-logo {width: 30%;}
  .header-right {width: 70%;} 
  .box-logo {margin-bottom: 45px;} 
  .box-menu {bottom: 0%!important;}  

}

@media(min-width: 768px) and (max-width: 991px) {
  .box-logo {width: 50%;}
  .header-right {width: 50%;}  
}

@media(max-width: 767px) {
  .box-logo {width: 50%;}
  .header-right {width: 50%;}  
}

.box-language {margin: 2% 0;}
.box-language a {color:#000000;margin:0 5px;}
.box-language a:hover, .box-language a.active {color:#b12336;}

/*nav*/
.box-menu {position: absolute;right: 0;bottom:8%;}
.box-menu li {position: relative;}
.box-menu > ul > li {background: url(../../images/menu-line.png) no-repeat left center;padding:10px 15px 0px 16px;}
.box-menu > ul > li:first-child {background: none;}
.box-menu > ul > li a {color:#494949;display: block;font-size:14px;padding:0 5px;}
.box-menu > ul > li > a {padding:5px 5px 5px 6px;font-weight: bold;}
.box-menu > ul > li.dropdown:after {
  /* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  content: '';
  left:50%;
  margin-left:-4px;
}
.box-menu > ul > li:last-child > a {padding-right: 0;}
.box-menu > ul {padding:0 10px;margin:-15px;}
.box-menu > ul > li {text-align:center;float:left;position: relative;/* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */}
.box-menu > ul > li.active > a, .box-menu > ul > li.selected > a, .box-menu > ul > li:hover > a {color:#ad172b; border-top:3px solid #ad172b;}

.box-menu > ul > li > ul {position: absolute;top:85%;left:0;padding-top:9px;/* display:none; */z-index: 99999;
     opacity: 0;
     pointer-events: none;
filter: alpha(opacity=0); 
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; 
}
.box-menu > ul > li ul li {background-color:#ad172b;text-align: left;padding:0 15px;}
.box-menu > ul > li ul li a {min-width: 140px;white-space:nowrap;border-bottom: 1px solid #e0e0e0;padding:8px 4px;color:#fff;}
.box-menu > ul > li ul li:last-child a {border-bottom: none;}
.box-menu > ul > li ul li a:hover {color:#000;}
.box-menu > ul > li.selected > ul {/* display: block; */
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
}



/* mobile menu */
.st-menu {background-color:#ad172b!important;}
.mobile-menu-btn {float:right;margin-top:10px;}
.menu-mobile {font-family: 'Century Gothic';}
.menu-mobile .menu-mobile-title {height: 36px;position: relative;}
.menu-mobile .button-close-menu{position: absolute;right:8px;top:8px;color:#fff;cursor: pointer;}
.menu-mobile .button-close-menu:hover {color:#01719c;}
.menu-mobile .button-close-menu i {font-size: 20px;}
.menu-mobile .mobile-more {display: inline-block;width: 18px;height: 18px;position: absolute;top:12px;right:8px;font-size: 18px;color:#fff;cursor: pointer;text-align: center;
  -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out; 
}
.menu-mobile ul li.mobile-sub-open > .mobile-more {transform:rotate(180deg);}
.menu-mobile .mobile-more i{font-size: 18px;}
.menu-mobile .menu-mobile-content > li .dropdown-menu {position: static;}
.menu-mobile .menu-mobile-content > li >a{text-transform: uppercase;}
.menu-mobile .mobile-dropdown-menu {margin-left:0!important;padding:0;display: none;}
.menu-mobile .mobile-sub-open > .mobile-dropdown-menu {display: block;}
.menu-mobile .mobile-dropdown-menu a {padding-left: 30px;text-decoration: none;}
.menu-mobile .mobile-dropdown-menu ul a{padding-left:50px;}
.menu-mobile .mobile-dropdown-menu ul ul a{padding-left:70px;}
.menu-mobile a:link, .menu-mobile a:visited, .menu-mobile a:hover, .menu-mobile a:active {text-decoration: none;}
.menu-mobile ul li li, .menu-mobile .see-all, .menu-mobile ul ul ul ul > li {background: #9b0707;}
.menu-mobile ul li:hover, .menu-mobile ul li.mobile-sub-open {
  background: rgba(0,0,0,0.1);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
} 
/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul > li {
  background: #6c9045;
}


.btn-ud {
  color: #fff!important;
  background-color: #ad172b;
  padding:5px 20px;
  border-radius: 0;
  margin-top: -8px;
}
.btn-ud:focus,
.btn-ud.focus {
  color: #fff;
  background-color: #d17100;}
.btn-ud:hover {
  color: #fff;
  background-color: #d17100;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  color: #fff;
  background-color: #d17100;
}
.btn-ud:active:hover,
.btn-ud.active:hover,
.open > .dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open > .dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open > .dropdown-toggle.btn-ud.focus {
  color: #fff;
  background-color: #d17100;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  background-image: none;
}
.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
  background-color: #d17100;
}

.btn-bar {padding:4px 10px!important;}

.text-upper {text-transform: uppercase;}
.common-line {height: 7px;width: 102px;display: inline-block;}
.button-more {font-size:18px;text-decoration: underline;font-weight: bold;}
.mar-top-35 {margin-top:35px;}
.mar-top-30 {margin-top:30px;}
.mar-top-20 {margin-bottom: 20px;}
.mar-top-25 {margin-bottom: 25px;}
.mar-top-30 {margin-bottom: 30px;}
.common-h2 {font-weight: bold;text-transform: uppercase;font-size: 24px;border-left:15px solid #3b64a3;color:#000000;padding-left:16px;}


.footer-top { padding-top: 30px;padding-bottom:30px;  background:#f2f2f2 url(../../images/footer-bg.png) bottom no-repeat; margin-top: 70px; }
.footer-list { margin-bottom:20px; }
.footer-list h4 { color:#5acb9f; }
.footer-clear { clear: both }
@media(min-width: 767px) {
.footer-clear { clear: none }
}
.footer {padding:24px 0;text-align: left;background: #fff;color:#000; }
.home-line {height: 12px;border-top: 1px solid #d2d2d2;margin-bottom: 10px;margin-top: 10px;}

.common-title {font-size: 24px;color:#f08200;border-left:8px solid #3b64a3;font-weight: bold;padding-left:12px;margin:0 0 15px 0;dispaly:inline-block;}

#slideshow { overflow: hidden; }

#slideshow .owl-prev { width:30px; height:40px; position:absolute;left:0px; top:50%; background:  url(../../images/home-prev-xs.png) center center no-repeat;background-color:rgba(0,0,0,0.2);}
#slideshow .owl-prev:hover { width:30px; height:40px; position:absolute;left:0px; top:50%; background:  url(../../images/home-prev-xs.png) center center no-repeat;background-color:rgba(0,0,0,0.6);}
#slideshow .owl-next {width:30px; height:40px; position:absolute;right:0px; top:50%; background:  url(../../images/home-next-xs.png) center center no-repeat;background-color:rgba(0,0,0,0.2); }
#slideshow .owl-next:hover {width:30px; height:40px; position:absolute;right:0px; top:50%; background:  url(../../images/home-next-xs.png) center center no-repeat;background-color:rgba(0,0,0,0.6); }
@media(min-width: 776px) {
#slideshow .owl-prev { width:46px; height:64px; position:absolute;left:0px; top:42%; background:  url(../../images/home-prev.png) center center no-repeat;background-color:rgba(0,0,0,0.2);}
#slideshow .owl-prev:hover { width:46px; height:64px; position:absolute;left:0px; top:42%; background:  url(../../images/home-prev.png) center center no-repeat;background-color:rgba(0,0,0,0.6);}
#slideshow .owl-next {width:46px; height:64px; position:absolute;right:0px; top:42%; background:  url(../../images/home-next.png) center center no-repeat;background-color:rgba(0,0,0,0.2); }
#slideshow .owl-next:hover {width:46px; height:64px; position:absolute;right:0px; top:42%; background:  url(../../images/home-next.png) center center no-repeat;background-color:rgba(0,0,0,0.6); }
}

/* Home About */

.home-about h2 {margin:0 0 20px 0;font-size: 24px;font-weight: bold;color:#5acb9f;text-transform:uppercase; text-align: center; margin-bottom:30px; margin-top:40px;}
.home-about hr  { border-top: 4px solid #acd071; width: 100px; }
.home-about .editor {  font-size:16px;margin-top:30px; }
.home-about .more { width: 100%;  text-align: center; margin-top: 40px; }
.home-about a { background-color: #ad172b; padding: 5px 25px; border-radius:8px; color: #fff;-webkit-transition: border-color 0.6s, background-color 0.6s;
    transition: border-color 0.8s, background-color 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.6, 1); 
}
.home-about a:hover {  padding: 5px 25px; border-radius:8px; color: #fff; background-color: #7a212e;   }

.banner ul li { float: left; padding: 4px; }


.banner ul li.p1 { width: 100%; }
.banner ul li.p2 { width: 100%; }
.banner ul li.p3 { width: 100%; }
@media(min-width: 776px) {
.banner ul li.p1 { width: 33%; }
.banner ul li.p2 { width: 27.9%; }
.banner ul li.p3 { width: 39%; }
}

.banner ul li.p4 { width: 100%; }
.banner ul li.p5 { width: 100%; }
@media(min-width: 776px) {
.banner ul li.p4 { width: 56.4%; }
.banner ul li.p5 { width: 43.6%; }

}

.banner ul li.b1 { width: 100%; }
.banner ul li.b2 { width: 100%; }
.banner ul li.b3 { width: 100%; }
@media(min-width: 776px) {
.banner ul li.b1 { width: 50%; }
.banner ul li.b2 { width: 50%; }
.banner ul li.b3 { width: 33.3%; }
}

.banner ul li.b4 { width: 100%; }
.banner ul li.b5 { width: 100%; }
@media(min-width: 776px) {
.banner ul li.b4 { width: 33.3%; }
.banner ul li.b5 { width: 33.3%; }

}

.banner2 ul li { float: left; padding: 4px; }


.banner2 ul li.p1 { width: 100%; }
.banner2 ul li.p2 { width: 100%; }
.banner2 ul li.p3 { width: 100%; }
@media(min-width: 776px) {
.banner2 ul li.p1 { width: 33%; }
.banner2 ul li.p2 { width: 27.9%; }
.banner2 ul li.p3 { width: 39%; }
}

.banner2 ul li.p4 { width: 100%; }
.banner2 ul li.p5 { width: 100%; }
@media(min-width: 776px) {
.banner2 ul li.p4 { width: 56.4%; }
.banner2 ul li.p5 { width: 43.6%; }

}

.banner2 ul li.b1 { width: 100%; }
.banner2 ul li.b2 { width: 100%; }
.banner2 ul li.b3 { width: 100%; }
@media(min-width: 776px) {
.banner2 ul li.b1 { width: 50%; }
.banner2 ul li.b2 { width: 50%; }
.banner2 ul li.b3 { width: 33.3%; }
}

.banner2 ul li.b4 { width: 100%; }
.banner2 ul li.b5 { width: 100%; }
@media(min-width: 776px) {
.banner2 ul li.b4 { width: 33.3%; }
.banner2 ul li.b5 { width: 33.3%; }

}

.banner3 ul li { float: left; padding: 4px; }


.banner3 ul li.p1 { width: 100%; }
.banner3 ul li.p2 { width: 100%; }
.banner3 ul li.p3 { width: 100%; }
@media(min-width: 776px) {
.banner3 ul li.p1 { width: 33%; }
.banner3 ul li.p2 { width: 27.9%; }
.banner3 ul li.p3 { width: 39%; }
}

.banner3 ul li.p4 { width: 100%; }
.banner3 ul li.p5 { width: 100%; }
@media(min-width: 776px) {
.banner3 ul li.p4 { width: 56.4%; }
.banner3 ul li.p5 { width: 43.6%; }

}

.banner3 ul li.b1 { width: 100%; }
.banner3 ul li.b2 { width: 100%; }
.banner3 ul li.b3 { width: 100%; }
@media(min-width: 776px) {
.banner3 ul li.b1 { width: 50%; }
.banner3 ul li.b2 { width: 50%; }
.banner3 ul li.b3 { width: 33.3%; }
}

.banner3 ul li.b4 { width: 100%; }
.banner3 ul li.b5 { width: 100%; }
@media(min-width: 776px) {
.banner3 ul li.b4 { width: 33.3%; }
.banner3 ul li.b5 { width: 33.3%; }

}

.banner4 ul li { float: left; padding: 4px; }


.banner4 ul li.p1 { width: 100%; }
.banner4 ul li.p2 { width: 100%; }
.banner4 ul li.p3 { width: 100%; }
@media(min-width: 776px) {
.banner4 ul li.p1 { width: 33%; }
.banner4 ul li.p2 { width: 27.9%; }
.banner4 ul li.p3 { width: 39%; }
}

.banner4 ul li.p4 { width: 100%; }
.banner4 ul li.p5 { width: 100%; }
@media(min-width: 776px) {
.banner4 ul li.p4 { width: 56.4%; }
.banner4 ul li.p5 { width: 43.6%; }

}

.banner4 ul li.b1 { width: 100%; }
.banner4 ul li.b2 { width: 100%; }
.banner4 ul li.b3 { width: 100%; }
@media(min-width: 776px) {
.banner4 ul li.b1 { width: 50%; }
.banner4 ul li.b2 { width: 50%; }
.banner4 ul li.b3 { width: 33.3%; }
}

.banner4 ul li.b4 { width: 100%; }
.banner4 ul li.b5 { width: 100%; }
@media(min-width: 776px) {
.banner4 ul li.b4 { width: 33.3%; }
.banner4 ul li.b5 { width: 33.3%; }

}

/* Home service */

.home-service { background:#ad172b url(../../images/serivce-bg.jpg) center no-repeat; background-size: cover; background-attachment: fixed; padding-top:40px; padding-bottom: 20px; border-bottom: 15px solid #ad172b; border-top: 15px solid #ad172b;  }

.home-service h3 { margin-top: 0px; color:#fff; font-size: 28px; border-left: 8px solid #fff;  line-height: 24px; padding-left: 15px;}

.home-service .service-box { background:#fff url( ../../images/s-bg.png) bottom no-repeat ;min-height: 515px;  padding: 30px 15px; margin-top: 25px; margin-bottom: 30px; }
.home-service .service-box p { color:#000; line-height: 30px; font-size: 20px; margin-bottom: 10px; /* background: url(../../images/day-icon.png) no-repeat; */ padding-left: 30px; }
.home-service .service-box h4 { margin-bottom: 10px; font-size: 24px;  }
.home-service .service-box img { margin-bottom: 15px; }
.home-service .service-box a { color:#000;  margin-bottom: 15px; font-size: 16px; line-height: 20px;   }
.more-buttom { margin-top: 20px;  }
.more-buttom a.b1 { color:#ad172b; }
.more-buttom a.b1:hover { color:#f7ab00; }

#banner h3 a,#banner1 h3 a,#banner1 h3 a,#banner2 h3 a,#banner3 h3 a,#banner4 h3 a,#banner5 h3 a { border-bottom: 3px solid #b42b3d; color: #fff; }


#banner1 { width: 100%; min-height: 250px; background: url(../../images/banner1.jpg) center no-repeat; position: relative;background-size: cover;  }
.banner1-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; }
.banner1-text h3 { font-size: 36px; color: #fff; font-weight: bold;margin-top: 5px;  }

.banner1-text p { font-size: 16px; color: #fff; font-weight: bold; margin-bottom:5px; }
@media(min-width: 776px) {
#banner1 { width: 100%; min-height: 450px; background: url(../../images/banner1.jpg) center no-repeat; position: relative; background-size: cover;  }
.banner1-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; }
.banner1-text h3 { font-size: 70px; color: #fff; font-weight: bold; margin-top: 5px; margin-bottom: 28px; }

.banner1-text p { font-size: 32px; color: #fff; font-weight: bold; margin-bottom:10px; }
}


#banner { width: 100%; min-height: 250px; background: url(../../images/banner.png) center no-repeat; position: relative;background-size: cover;  }
.banner-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; }
.banner-text h3 { font-size: 36px; color: #fff; font-weight: bold;margin-top: 5px;  }
.banner-text p { font-size: 16px; color: #fff; font-weight: bold; margin-bottom:5px; }
@media(min-width: 776px) {
#banner { width: 100%; min-height: 450px; background: url(../../images/banner.png) center no-repeat; position: relative; background-size: cover;  }
.banner-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; }
.banner-text h3 { font-size: 70px; color: #fff; font-weight: bold; margin-top: 5px; margin-bottom: 28px; }
.banner-text p { font-size: 32px; color: #fff; font-weight: bold; margin-bottom:10px; }
}


#banner2 { width: 100%; min-height: 250px; background: url(../../images/banner2.png) center no-repeat; position: relative;background-size: cover;  }
.banner2-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; }
.banner2-text h3 { font-size: 36px; color: #fff; font-weight: bold;margin-top: 5px;margin-bottom: 28px;  }
.banner2-text p { font-size: 16px; color: #fff; font-weight: bold; margin-bottom:5px; }
@media(min-width: 776px) {
#banner2 { width: 100%; min-height: 450px; background: url(../../images/banner2.png) center no-repeat; position: relative; background-size: cover;  }
.banner2-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; }
.banner2-text h3 { font-size: 70px; color: #fff; font-weight: bold; margin-top: 5px;margin-bottom: 28px; }
.banner2-text p { font-size: 32px; color: #fff; font-weight: bold; margin-bottom:10px; }
}

#banner3 { width: 100%; min-height: 250px; background: url(../../images/banner3.png) center no-repeat; position: relative;background-size: cover;  }
.banner3-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; /* bottom: 0; */ padding: 10px 20px;top: 145px;height: 171px; }
.banner3-text h3 { font-size: 36px; color: #fff; font-weight: bold;margin-top: 5px;margin-bottom: 28px;  }
.banner3-text p { font-size: 16px; color: #fff; font-weight: bold; margin-bottom:5px; }
@media(min-width: 776px) {
#banner3 { width: 100%; min-height: 450px; background: url(../../images/banner3.png) center no-repeat; position: relative; background-size: cover;  }
.banner3-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; /* bottom: 0; */ padding: 10px 20px; top: 376px; height:192px; }
.banner3-text h3 { font-size: 70px; color: #fff; font-weight: bold; margin-top: 5px; }
.banner3-text p { font-size: 32px; color: #fff; font-weight: bold; margin-bottom:10px;line-height: 34px; }
}

#banner4 { width: 100%; min-height: 250px; background: url(../../images/banner4.png) center no-repeat; position: relative;background-size: cover;  }
.banner4-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; }
.banner4-text h3 { font-size: 36px; color: #fff; font-weight: bold;margin-top: 5px;margin-bottom: 28px;  }
.banner4-text p { font-size: 16px; color: #fff; font-weight: bold; margin-bottom:5px; }
@media(min-width: 776px) {
#banner4 { width: 100%; min-height: 450px; background: url(../../images/banner4.png) center no-repeat; position: relative; background-size: cover;  }
.banner4-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; }
.banner4-text h3 { font-size: 70px; color: #fff; font-weight: bold; margin-top: 5px;margin-bottom: 28px; }
.banner4-text p { font-size: 32px; color: #fff; font-weight: bold; margin-bottom:10px; }
}

#banner5 { width: 100%; min-height: 250px; background: url(../../images/banner5.png) center no-repeat; position: relative;background-size: cover;  }
/* .banner5-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; } */
.banner5-text {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    top: 201px;
    height: 115px
  }
.banner5-text h3 { font-size: 36px; color: #fff; font-weight: bold;margin-top: 5px;  }
.banner5-text p { font-size: 16px; color: #fff; font-weight: bold; margin-bottom:5px; }
@media(min-width: 776px) {
#banner5 { width: 100%; min-height: 450px; background: url(../../images/banner5.png) center no-repeat; position: relative; background-size: cover;  }
/* .banner5-text { background-color:rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; padding: 10px 20px; } */
  .banner5-text {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    top: 406px;
    height: 162px;
  }
.banner5-text h3 { font-size: 70px; color: #fff; font-weight: bold; margin-top: 5px;margin-bottom: 28px; }
.banner5-text p { font-size: 32px; color: #fff; font-weight: bold; margin-bottom:10px; }
}


.navigation-bar { background: #b12336 url(../../images/nav-bar-bg.jpg) right no-repeat;  padding: 0 15px; }
.nav-bar {text-align: right;line-height: 45px; color:#fff;}
.nav-bar span a { color: #fff; }



.inner-footer-top img { height: 25px; }
@media(min-width: 776px) {
.inner-footer-top img { height: auto; }
}
.footer-line { height: 4px; background-color: #b12336; }

#inner-main { text-align: justify; padding: 25px 0; font-size: 13px;}
@media(min-width: 776px) {
#inner-main { text-align: justify; padding: 40px 0; font-size: 16px;}
}

.about-info img { margin-bottom: 20px; }
@media(min-width: 776px) {
.about-info img { margin-bottom: 40px; }
}

.map { max-width:618px; }

.eff { font-size: 20px ; line-height: 28px; padding:10px 20px; border-left: 3px solid #fff; margin-left: 10px;}
@media(max-width: 776px) and (min-width: 688px){
.eff {  font-size: 16px;}
}
@media(max-width: 476px) {
.eff {  font-size: 12px; line-height: 20px}
}

.eff-box { background-color: #7b222f; color:#fff; font-size: 24px; padding: 15px }

.nav-bar a { color: #fff; }

.ppk { font-size: 24px; color: #b12336;  margin-left: 40px ;/*line-height: 34px; */}
@media(max-width: 600px){
.ppk {/*  margin-top: 20px;*/}
}
.pp { font-size: 24px; color: #b12336; }
@media(max-width: 776px){
.pp {  font-size: 18px;}
}


.flash a:hover span { display: block; }


.agreement { position: absolute; left: 12% ; top: 3% }
@media(max-width: 1200px){
.agreement { position: absolute; left: -1% ; top: 3% }
}

.welcome { position: absolute; left: 10% ; top: -5% }
@media(max-width: 1200px){
.welcome { position: absolute; left: -2% ; top: -5% ;}
}


.feesphoto { margin: 0; padding: 40px 0px  }

.abba { text-align: center; font-size: 24px; color: #b12336; margin: 30px; line-height: 30px; }

.row1 { margin-top: 20px }
.row2 { border-bottom: solid 1px #e2e2e2; padding: 20px 0; }
.row1 h1 { color: #858585; font-size: 24px; padding-left: 30px; }
@media(max-width: 768px){
.row1 h1 { color: #858585; font-size: 18px; padding-left: 30px; }
}
.row1 h2 { color: #000000; font-size: 16px ; margin-top: 20px}
.row1 p { color: #767676; font-size: 16px }

.ppp { font-size: 18px; color: #252525 ; margin-left: 10px; margin-right: 20px; float: left }

.radio-box { background-color: #e6e6e6 ; padding: 10px 10px 20px 10px; max-width: 100%; font-size: 14px;color: #383838;/* margin:10px; float: left; */display:inline-block; margin-bottom: 30px;}
@media(min-width: 460px){
.radio-box { background-color: #e6e6e6 ; padding: 10px 10px 20px 10px; max-width: 290px; font-size: 14px;color: #383838;/* margin:10px; float: left; */display:inline-block; margin-bottom: 30px;}
}

.radio-box img { width: 100%; }

 
.slide { float: right; position: relative; right: 1% ; }
@media(max-width: 768px){
.slide { float: right; position: relative; right: 1% ;  }
}

.mediation-main p { background: url(../../images/title3.png) no-repeat; padding: 0 20px; }


.modal { margin-top: 50% !important; }
@media(min-width: 768px){
.modal { margin-top: 20% !important; }
}

.modal-body { text-align: justify; }



.audio .modal-dialog { max-width: 400px; }
.audio .modal-content { background-color: rgba(255,255,255,.9); }

.category-box { border-bottom: 1px solid #b12336; margin-bottom: 15px; padding: 15px; color: #767676; }
.category {text-transform: uppercase; font-weight: bold; color:#858585; border-left: 8px solid #7a212e; padding-left: 15px; cursor: pointer;}

.down .active > .category { color: #b12336;  }
.down .active > .category  { background: url(../../images/accordeon-open.png) right no-repeat; padding-right: 30px; text-align: left; }
.down .category { background: url(../../images/accordeon-close.png) right no-repeat; padding-right: 30px; text-align: left; }



@media(max-width: 440px){
.about-icon img { width: 50%; }
}

.ziziwow { font-size: 24px; color: #b12336; }
@media(max-width: 440px){
.ziziwow { font-size: 18px; }
}
.owl-wrapper-outer{border: 0px solid #fff !important; }
.owl-carousel{z-index: 0!important;}

/* news */
.newslist li .col-sm-4, .newslist li .col-sm-8 { margin-top: 50px; }
@media(max-width: 440px){
.newslist li .col-sm-8 { margin-top: 20px; }
}
.newslist a { text-decoration: none; }
.newslisttitle { font-size: 19px; color: #000 }
.newslistdate { font-size: 13px; color: #b12336; margin: 20px 0; }
@media(max-width: 1024px){
.newslistdate { font-size: 13px; margin: 10px 0; }
}
.newslisttext { font-size: 16px; color: #757575;min-height: 75px; }
.newslistmore { font-size: 14px; color: #fff; padding: 13px 28px; background-color: #b12336; margin-top: 20px; }
@media(max-width: 1024px){
.newslistmore { font-size: 14px; padding: 10px 22px; margin-top: 15px; }
}
.newslistpage { border-top: 5px solid #bababa; margin-top: 50px; padding-top: 35px; margin-left: 18px; margin-right: 18px; margin-bottom: 50px; }
.newslistpage .zzk { display:inline; }
.newslistpage .zzk a { margin-right: 15px; color: #000; font-size: 16px; background-color: #d5d5d5; padding: 8px 12px; text-decoration: none; }
.newslistpage .zzk a.active { color: #fff; font-size: 16px; background-color: #b12336; padding: 8px 12px; }
.newsmain { margin: 55px 0; }
.newsmaintitle { text-align: center; font-size: 19px; color: #000; padding: 30px 50px; }
@media(max-width: 768px){
.newsmaintitle { font-size: 19px; padding: 20px; }
}
.newsmaintext { font-size: 16px; color: #757575; padding: 0 180px; }
@media(max-width: 1024px){
.newsmaintext { font-size: 16px; padding: 0 40px; }
}
@media(max-width: 768px){
.newsmaintext { font-size: 16px; padding: 0 10px; }
}
.newsmainback { border-top: 5px solid #eaeaea; margin-top: 50px; text-align: center; padding-top: 50px; }
.newsmainback a { color: #fff; background-color: #b12336; padding: 12px 30px; text-decoration: none; }

.someright2 { margin-top:80px; }
@media(max-width: 1024px){
.someright2 { margin-top:0px; }
}

.someright1 { margin-top:150px }
@media(max-width: 1024px){
.someright1 { margin-top:30px; }
}
@media(max-width: 768px){
.someright1 { margin-top:10px; }
}
 
.whoneed { margin: 40px 0; }
.whoneedtitle { color: #b12336; font-size: 30px; padding-bottom: 30px; border-bottom: 4px solid #b12336; text-align: center;line-height: 30px; }
.whoneedtext { margin: 35px 0 45px 0; font-size: 16px; }
.whoneedoption { padding-top: 45px; border-top: 2px solid #eaeaea; }
.whoneedoptiontitle { font-size: 24px; }
.whoneedoptionbox { margin-top: 40px; color: #5f5f5f; font-size: 18px; word-wrap: break-word; word-break: break-all; }
.whoneedoptionbox .col-xs-8 { padding-top: 30px; }

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
     border-top-left-radius: 0px!important; 
     border-bottom-left-radius: 0px!important; 
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block!important;
    margin-left: 10px!important;
  }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #b12336!important;
    border-color: #b12336!important;
}
.mediationcode { border: solid 2px #dcdcdc; border-radius: 10px; padding: 60px 75px; }
@media(max-width: 440px){
.mediationcode { padding: 30px; }
}
.mediationcodetitle { font-size: 36px; color: #000; text-align: center; }
@media(max-width: 440px){
.mediationcodetitle { font-size: 28px; }
}
.mediationcodetext { font-size: 20px; color: #000; margin-top: 45px; padding-top: 45px; border-top: solid 3px #b12336; }
.mediationcodepdf { margin: 60px 0; text-align: center;}
.content-table p{
	margin: 0px;
}
.content-table{
	text-indent: 20px;
}
.content-table tr:first-child td{
	vertical-align: middle !important;
	font-size: 18px;
	color: #fff;
	background: #b12336;
}
.content-table  td:nth-child(odd){
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff ;
}
.content-table td:nth-child(even){
	border-bottom: 2px solid #fff;
}
.content-table tr:not(:first-child):nth-child(even){
	background: #e4e4e4;
}
.content-table tr:not(:first-child):nth-child(odd){
	background: #f1f1f1;
}
/*.content-table td:nth-child(odd),
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff ;
}*/